- /* sfmstlng.cpp by K.Tsuru */
- // function ID = 705 DRADIX
- /**********************************
- SFraction class
- It sets a value by two long values.
- ***********************************/
- #ifndef SN_H
- #include "sn.h"
- #endif
- void SFraction::SetLong(long n, long d){
- num.SetLong(n); den.SetLong(d);
- reduceDone = false; DenCheck();
- }
sfmstlng.cpp : last modifiled at 2015/12/05 20:06:45(348 bytes)
created at 2015/12/22 16:07:29
The creation time of this html file is 2016/09/13 19:56:38 (Tue Sep 13 19:56:38 2016).